home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2848 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  609 b 

  1. Path: river.tay.ac.uk!insc2mb
  2. From: insc2mb@river.tay.ac.uk (Mr persil)
  3. Newsgroups: comp.lang.c
  4. Subject: c
  5. Message-ID: <1996Jan24.144108.23883@river.tay.ac.uk>
  6. Date: 24 Jan 96 14:41:08 GMT
  7. Organization: University of Abertay Dundee
  8.  
  9. I wonder if anyone can help.  I have written a program to add an word to the
  10. end of a text file.  This text file was created using msdos editor.  The c
  11. compiler is borland.  I try using the a and a+ modes to append to the end
  12. of the file.  I used fprintf(text,word);  but this doesn't seem to add the
  13. word to the file.  
  14.  
  15. If anyone could help it would be greatly appreacite
  16.  
  17.  
  18.